home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / ZIPFILES / MESA211.ZIP / Mesa / MESA2.PKG < prev    next >
Encoding:
OS/2 install Package  |  1996-01-30  |  17.0 KB  |  852 lines

  1. ***********
  2. *
  3. * The package file for the mesa executable.
  4. * mesa2.exe, the help file, the icon, autoload.m2., etc.
  5. * 07/07/94 by Benjamin R. Cline (benji@athena.com)
  6. *
  7. * Revision history:
  8. * BRC - 07/08/94:     Modified to support multiple components.
  9. *                         Modified to support multiple disks.
  10. * BRC - 08/13/94:     Modified to reflect changes in beta 0.7 rev. 20  
  11. * BRC - 08/24/94:     Updated to install beta 0.8 rev. 23
  12. * BRC - 09/28/94:     Intial hacking for the final release.
  13. * BRC - 09/29/94:     More hacking for the final release, including 
  14. *             better desktop stuff.
  15. * BRC - 10/09/94:     Gamma release, still more hacking.
  16. * BRC - 11/04/94:     Golden release.
  17. * JPO - 12/18/94:     Rev 51 test (w/ updated examples)
  18. * JPO - 01/02/95:    Got it to add help entry for install and upgrade
  19. * JPO - 01/12/95:    Added Rev 54, new example and readme(.INF) files
  20. * MB -  04/19/95:    Rev 65 test (w/ updated examples)
  21. * MB -  04/20/95:    Rev 66 test (w/ updated examples)
  22. * JPO - 09/19/95:    Rev 89 test (the build that failed to load files)
  23. * JPO - 09/28/95:    Rev 93 test (the build that worked w/ 2.0.2 files)
  24. * JPO - 09/29/95:    The build that will work with most items updated
  25. *             Updated examples added
  26. * JPO - 09/29/95:    Rev 94 test
  27. * JPO - 10/02/95:    Removed the readme.txt entry, this should be copied
  28. *            onto the disk unpacked.
  29. *            Removed the demo entry as we really don't need it
  30. * JPO - 10/03/95:    v2.0.3 Release (Rev 101) with updated files
  31. * DPR - 10/10/95:    v2.0.3 Patches (Rev 102) trial build
  32. * DPR - 10/11/95:    v2.0.3 Patches (Rev 103)
  33. * TAK - 10/19/95:    v2.0.4 Release (Rev 109) trial build
  34. * JPO - 10/23/95:    v2.0.4 Release (Rev 114) trial build
  35. * TAK - 10/24/95:    v2.0.4 Release (Rev 116) build
  36. * TAK - 10/24/95:    v2.0.4 Release (Rev 116) build -- FAQ added
  37. **********
  38.  
  39. * Define the service level
  40. SERVICELEVEL
  41.    LEVEL = '000116'
  42. * Set the service level to a value that indicates this is the
  43. * first release
  44.  
  45. * Define which disk contains the files to be installed
  46. * Disk 1 of 3
  47. DISK
  48.    NAME = 'Mesa for OS/2 disk #1',
  49.    VOLUME = 'MESA2DISK1'
  50. * Give the disk a user friendly name. The installer prompts for
  51. * this name. This is _NOT_ the disk label.
  52. * Okay, this is the disk label
  53.  
  54. * Disk 2 of 3
  55. DISK
  56.    NAME = 'Mesa for OS/2 disk #2',
  57.    VOLUME = 'MESA2DISK2'
  58. * Give the disk a user friendly name. The installer prompts for
  59. * this name. This is _NOT_ the disk label.
  60. * Okay, this is the disk label
  61.  
  62. *
  63. * Disk 3 of 3
  64. DISK
  65.    NAME = 'Mesa for OS/2 disk #3',
  66.    VOLUME = 'MESA2DISK3'
  67. * Give the disk a user friendly name. The installer prompts for
  68. * this name. This is _NOT_ the disk label.
  69. * Okay, this is the disk label
  70.  
  71.  
  72. * Define the default directories and labels to appear in the Install 
  73. * directories window.
  74. PATH
  75.    FILE = 'C:/MESA2',
  76.    FILELABEL = 'Top level Mesa 2 directory:',
  77.    WORK = 'C:/MESA2/DLL',
  78.    WORKLABEL = 'Mesa 2 Dlls:',
  79.    AUX1 = 'C:/MESA2/EXAMPLES',
  80.    AUX1LABEL = 'Mesa 2 examples:',
  81.    AUX2 = 'C:/MESA2/EXAMPLES/SRC',
  82.    AUX2LABEL = 'Example programs source:'
  83.  
  84. * Don't change the name of components as that will prevent an Upgrade from 
  85. * installing it
  86.  
  87. * The first component of our package, the Mesa for OS/2 executable and associated
  88. * files. All files after this COMPONENT entry, but before the next component
  89. * entry, are part of the 'Mesa Base' component.
  90.  
  91. * Begin: Mesa for OS/2 base package.
  92.  
  93. COMPONENT
  94.    NAME = 'Mesa 2 Base files',
  95.    ID = 'MESABASE',
  96.    DISPLAY = 'YES',
  97.    DESCRIPTION = 'The Basic Mesa for OS/2 package.',
  98.    SIZE = '2560000'
  99. * Define the name of the component as it will appear in the components
  100. * list
  101. *
  102. * Define an ID for this component
  103. *
  104. * Display this component in the components list?
  105. *
  106. * Commented out because this is the base package, which doesn't require
  107. * anything (it's in here for consistency with the other component entries.
  108. * REQUIRES '',
  109. *
  110. *
  111.  
  112. * create a Mesa 2 folder on the desktop
  113. FILE
  114.    EXITWHEN = 'INSTALL',
  115.    EXITIGNOREERR = 'NO',
  116.    EXIT = 'CREATEWPSOBJECT WPFolder "Mesa 2" <WP_DESKTOP> R        "OBJECTID=<MESA2>"'
  117.  
  118. * Define a file entry
  119. FILE
  120.    NAME = 'MESA2ICO',
  121.    WHEN = 'OUTOFDATE',
  122.    UNPACK = 'YES',
  123.    SOURCE = 'DRIVE:MESA2.IC_',
  124.    VOLUME = 'MESA2DISK1',
  125.    PWS = 'Mesa2.ico',
  126.    SIZE = '874'
  127. * Install this file in the file directory
  128. *
  129. *
  130. *
  131. *
  132. *
  133.  
  134.  
  135. * Define a file entry
  136. FILE
  137.    NAME = 'M2MODICO',
  138.    WHEN = 'OUTOFDATE',
  139.    UNPACK = 'YES',
  140.    SOURCE = 'DRIVE:M2MODEL.IC_',
  141.    VOLUME = 'MESA2DISK1',
  142.    PWS = 'm2model.ico',
  143.    SIZE = '874'
  144. * Install this file in the file directory
  145. *
  146. *
  147. *
  148. *
  149. *
  150.  
  151.  
  152. * Define a file entry
  153. FILE
  154.    NAME = 'M2BMODICO',
  155.    WHEN = 'OUTOFDATE',
  156.    UNPACK = 'YES',
  157.    SOURCE = 'DRIVE:M2BMODEL.IC_',
  158.    VOLUME = 'MESA2DISK1',
  159.    PWS = 'm2bmodel.ico',
  160.    SIZE = '874'
  161. * Install this file in the file directory
  162. *
  163. *
  164. *
  165. *
  166. *
  167. * Define a file entry
  168. FILE
  169.    NAME = 'MESA2EXE',
  170.    WHEN = 'OUTOFDATE',
  171.    UNPACK = 'YES',
  172.    SOURCE = 'DRIVE:MESA2.EX_',
  173.    VOLUME = 'MESA2DISK1',
  174.    EXITWHEN = 'INSTALL || UPDATE',
  175.    EXITIGNOREERR = 'NO',
  176.    EXIT = 'CREATEWPSOBJECT WPProgram "Mesa 2" <MESA2> R "EXENAME=%EPFIFILEDIR%//Mesa2.exe;OBJECTID=<M2EXE>;ICONFILE=%EPFIFILEDIR%//mesa2.ico"',
  177.    PWS = 'Mesa2.exe',
  178.    SIZE = '638984'
  179.  
  180.  
  181. * Install this file in the file directory
  182. *
  183. *
  184. *
  185. *
  186.  
  187.  
  188. * Define a file entry
  189. FILE
  190.    NAME = 'MESA2HLP',
  191.    WHEN = 'OUTOFDATE',
  192.    UNPACK = 'YES',
  193.    SOURCE = 'DRIVE:MESA2.HL_',
  194.    VOLUME = 'MESA2DISK1',
  195.    PWS = 'Mesa2.hlp',
  196.    SIZE = '476781'
  197. * Install this file in the file directory
  198. *
  199. *
  200. *
  201. *
  202.  
  203. * Define a file entry
  204. FILE
  205.    NAME = 'MESA2README',
  206.    WHEN = 'OUTOFDATE',
  207.    UNPACK = 'YES',
  208.    SOURCE = 'DRIVE:README.IN_',
  209.    VOLUME = 'MESA2DISK1',
  210.    EXITWHEN = 'INSTALL || UPDATE',
  211.    EXITIGNOREERR = 'NO',
  212.    EXIT = 'CREATEWPSOBJECT WPProgram "Read Me First" <MESA2> R   "PROGTYPE=PM;EXENAME=VIEW.EXE;OBJECTID=<README>;STARTUPDIR=%EPFIFILEDIR%;PARAMETERS=%EPFIFILEDIR%//readme.inf"',
  213.    PWS = 'README.INF',
  214.    SIZE = '12439'
  215. * Install this file in the file directory
  216. *
  217. *
  218. *
  219.  
  220. * Define a file entry
  221. FILE
  222.    NAME = 'MESA2FAQ',
  223.    WHEN = 'OUTOFDATE',
  224.    UNPACK = 'YES',
  225.    SOURCE = 'DRIVE:MESAFAQ.TXT',
  226.    VOLUME = 'MESA2DISK1',
  227.    EXITWHEN = 'INSTALL || UPDATE',
  228.    EXITIGNOREERR = 'NO',
  229.    EXIT = 'CREATEWPSOBJECT WPProgram "Mesa FAQ" <MESA2> R   "PROGTYPE=PM;EXENAME=E.EXE;OBJECTID=<FAQ>;STARTUPDIR=%EPFIFILEDIR%;PARAMETERS=%EPFIFILEDIR%//mesafaq.txt"',
  230.    PWS = 'MESAFAQ.TXT',
  231.    SIZE = '32505'
  232. * Install this file in the file directory
  233. *
  234. *
  235. *
  236.  
  237. * Define a file entry
  238. FILE
  239.    NAME = 'MESACOREDLL',
  240.    WHEN = 'OUTOFDATE',
  241.    PWSPATH = 'WORK',
  242.    UNPACK = 'YES',
  243.    SOURCE = 'DRIVE:MESACORE.DL_',
  244.    VOLUME = 'MESA2DISK2',
  245.    PWS = 'Mesacore.dll',
  246.    SIZE = '1328660'
  247. * Install this file in the file directory
  248. *
  249. *
  250. *
  251.  
  252.  
  253. * Define a file entry
  254. FILE
  255.    NAME = 'MESADLL',
  256.    WHEN = 'OUTOFDATE',
  257.    PWSPATH = 'WORK',
  258.    UNPACK = 'YES',
  259.    SOURCE = 'DRIVE:Mesa.dl_',
  260.    VOLUME = 'MESA2DISK2',
  261.    PWS = 'Mesafeed.dll',
  262.    SIZE = '30753'
  263. * Install this file in the file directory
  264. *
  265. *
  266.  
  267. * Define a file entry
  268. FILE
  269.    NAME = 'MESALICDLL',
  270.    WHEN = 'OUTOFDATE',
  271.    PWSPATH = 'WORK',
  272.    UNPACK = 'YES',
  273.    SOURCE = 'DRIVE:Mesalic.dl_',
  274.    VOLUME = 'MESA2DISK2',
  275.    PWS = 'Mesalic.dll',
  276.    SIZE = '34845'
  277. * Install this file in the file directory
  278. *
  279. *
  280. *
  281. FILE
  282.    EXITWHEN = 'INSTALL || UPDATE',
  283.    EXITIGNOREERR = 'NO',
  284.    EXIT = 'UPDATECONFIG LIBPATH=%EPFIWORKDIR%'
  285.  
  286. * Added help entry
  287. FILE
  288.    EXITWHEN = 'INSTALL || UPDATE',
  289.    EXITIGNOREERR = 'NO',
  290.    EXIT = 'UPDATECONFIG SET HELP=%EPFIFILEDIR%'
  291.  
  292. * End: Mesa for OS/2 base package.
  293.  
  294.  
  295. * Begin: Mesa for OS/2 examples.
  296.  
  297. COMPONENT
  298.    NAME = 'Mesa 2 Examples',
  299.    ID = 'MESEXMP',
  300.    REQUIRES = 'MESABASE',
  301.    DISPLAY = 'YES',
  302.    DESCRIPTION = 'The Mesa for OS/2 example files.',
  303.    SIZE = '650000'
  304. * Define the name of the component as it will appear in the components
  305. * list
  306. *
  307. * Define an ID for this component
  308. *
  309. * Display this component in the components list?
  310. *
  311. *
  312. *
  313.  
  314. * Define a file entry
  315. FILE
  316.    NAME = 'AUTOLOADm2',
  317.    WHEN = 'OUTOFDATE',
  318.    UNPACK = 'YES',
  319.    SOURCE = 'DRIVE:autoload.m2_',
  320.    VOLUME = 'MESA2DISK2',
  321.    PWS = 'autoload.m2',
  322.    SIZE = '68514'
  323. * Install this file in the file directory
  324. *
  325. *
  326. *
  327.  
  328. * Define a file entry
  329. FILE
  330.    NAME = 'FANDPTXT',
  331.    WHEN = 'OUTOFDATE',
  332.    PWSPATH = 'AUX1',
  333.    UNPACK = 'YES',
  334.    SOURCE = 'DRIVE:fandp.tx_',
  335.    VOLUME = 'MESA2DISK2',
  336.    PWS = 'fandp.txt',
  337.    SIZE = '3286'
  338. * Install this file in the file directory
  339. *
  340. *
  341.  
  342. * Define a file entry
  343. FILE
  344.    NAME = 'FEEDICO',
  345.    WHEN = 'OUTOFDATE',
  346.    PWSPATH = 'AUX1',
  347.    UNPACK = 'YES',
  348.    SOURCE = 'DRIVE:FEED.IC_',
  349.    VOLUME = 'MESA2DISK2',
  350.    PWS = 'feed.ico',
  351.    SIZE = '874'
  352.  
  353.  
  354. * Define a file entry
  355. FILE
  356.    NAME = 'FEEDEXE',
  357.    WHEN = 'OUTOFDATE',
  358.    PWSPATH = 'AUX1',
  359.    UNPACK = 'YES',
  360.    SOURCE = 'DRIVE:FEED.EX_',
  361.    VOLUME = 'MESA2DISK2',
  362.    PWS = 'feed.exe',
  363.    SIZE = '33303'
  364.  
  365. * Install this file in the file directory
  366. *
  367. *
  368. *
  369. *
  370.  
  371. * Define a file entry
  372. FILE
  373.    NAME = 'PAGEICO',
  374.    WHEN = 'OUTOFDATE',
  375.    PWSPATH = 'AUX1',
  376.    UNPACK = 'YES',
  377.    SOURCE = 'DRIVE:PAGE.IC_',
  378.    VOLUME = 'MESA2DISK2',
  379.    PWS = 'page.ico',
  380.    SIZE = '874'
  381.  
  382.  
  383.  
  384. FILE
  385.    NAME = 'PAGEEXE',
  386.    WHEN = 'OUTOFDATE',
  387.    PWSPATH = 'AUX1',
  388.    UNPACK = 'YES',
  389.    SOURCE = 'DRIVE:PAGE.EX_',
  390.    VOLUME = 'MESA2DISK2',
  391.    PWS = 'page.exe',
  392.    SIZE = '56356'
  393.  
  394.  
  395. * Install this file in the file directory
  396. *
  397. *
  398. *
  399. *
  400. *
  401.  
  402. * Begin : Mesa for OS/2 sample files
  403.  
  404. * Define a file entry
  405. FILE
  406.    NAME = 'ACCOUNT',
  407.    WHEN = 'OUTOFDATE',
  408.    PWSPATH = 'AUX1',
  409.    UNPACK = 'YES',
  410.    SOURCE = 'DRIVE:ACCOUNT.M2_',
  411.    VOLUME = 'MESA2DISK2',
  412.    PWS = 'account.m2',
  413.    SIZE = '87014'
  414.  
  415. * Install this file in the file directory
  416. *
  417. *
  418. *
  419. *
  420. *
  421.  
  422. * Define a file entry
  423. FILE
  424.    NAME = 'EXAMPLES',
  425.    WHEN = 'OUTOFDATE',
  426.    PWSPATH = 'AUX1',
  427.    UNPACK = 'YES',
  428.    SOURCE = 'DRIVE:EXAMPLES.M2_',
  429.    VOLUME = 'MESA2DISK2',
  430.    PWS = 'examples.m2',
  431.    SIZE = '19613'
  432.  
  433. * Install this file in the file directory
  434. *
  435. *
  436. *
  437. *
  438. *
  439.  
  440. * Define a file entry
  441. FILE
  442.    NAME = 'FEATURES',
  443.    WHEN = 'OUTOFDATE',
  444.    PWSPATH = 'AUX1',
  445.    UNPACK = 'YES',
  446.    SOURCE = 'DRIVE:FEATURES.M2_',
  447.    VOLUME = 'MESA2DISK2',
  448.    PWS = 'features.m2',
  449.    SIZE = '37288'
  450.  
  451. * Install this file in the file directory
  452. *
  453. *
  454. *
  455. *
  456. *
  457.  
  458. * Define a file entry
  459. FILE
  460.    NAME = 'PORTFLIO',
  461.    WHEN = 'OUTOFDATE',
  462.    PWSPATH = 'AUX1',
  463.    UNPACK = 'YES',
  464.    SOURCE = 'DRIVE:PORTFLIO.M2_',
  465.    VOLUME = 'MESA2DISK2',
  466.    PWS = 'portflio.m2',
  467.    SIZE = '51289'
  468. * Install this file in the file directory
  469. *
  470. *
  471. *
  472. *
  473. *
  474.  
  475. * Define a file entry
  476. FILE
  477.    NAME = 'PRESENT',
  478.    WHEN = 'OUTOFDATE',
  479.    PWSPATH = 'AUX1',
  480.    UNPACK = 'YES',
  481.    SOURCE = 'DRIVE:PRESENT.M2_',
  482.    VOLUME = 'MESA2DISK2',
  483.    PWS = 'present.m2',
  484.    SIZE = '136868'
  485. * Install this file in the file directory
  486. *
  487. *
  488. *
  489. *
  490. *
  491.  
  492. * New examples for Mesa for OS/2 v2.0.3
  493.  
  494. * Define a file entry
  495. FILE
  496.    NAME = 'BASICS',
  497.    WHEN = 'OUTOFDATE',
  498.    PWSPATH = 'AUX1',
  499.    UNPACK = 'YES',
  500.    SOURCE = 'DRIVE:BASICS.M2_',
  501.    VOLUME = 'MESA2DISK2',
  502.    PWS = 'basics.m2',
  503.    SIZE = '17556'
  504. * Install this file in the file directory
  505. *
  506. *
  507. *
  508. *
  509. *
  510.  
  511. * Define a file entry
  512. FILE
  513.    NAME = 'CURRENCY',
  514.    WHEN = 'OUTOFDATE',
  515.    PWSPATH = 'AUX1',
  516.    UNPACK = 'YES',
  517.    SOURCE = 'DRIVE:CURRENCY.M2_',
  518.    VOLUME = 'MESA2DISK2',
  519.    PWS = 'currency.m2',
  520.    SIZE = '18667'
  521. * Install this file in the file directory
  522. *
  523. *
  524. *
  525. *
  526. *
  527.  
  528. * Define a file entry
  529. FILE
  530.    NAME = 'DATA',
  531.    WHEN = 'OUTOFDATE',
  532.    PWSPATH = 'AUX1',
  533.    UNPACK = 'YES',
  534.    SOURCE = 'DRIVE:DATA.M2_',
  535.    VOLUME = 'MESA2DISK2',
  536.    PWS = 'data.m2',
  537.    SIZE = '44035'
  538. * Install this file in the file directory
  539. *
  540. *
  541. *
  542. *
  543. *
  544.  
  545. * Define a file entry
  546. FILE
  547.    NAME = 'FIRST_PA',
  548.    WHEN = 'OUTOFDATE',
  549.    PWSPATH = 'AUX1',
  550.    UNPACK = 'YES',
  551.    SOURCE = 'DRIVE:FIRST_PA.M2_',
  552.    VOLUME = 'MESA2DISK2',
  553.    PWS = 'first_pa.m2',
  554.    SIZE = '15238'
  555. * Install this file in the file directory
  556. *
  557. *
  558. *
  559. *
  560. *
  561.  
  562. * Define a file entry
  563. FILE
  564.    NAME = 'INVOICE',
  565.    WHEN = 'OUTOFDATE',
  566.    PWSPATH = 'AUX1',
  567.    UNPACK = 'YES',
  568.    SOURCE = 'DRIVE:INVOICE.M2_',
  569.    VOLUME = 'MESA2DISK2',
  570.    PWS = 'invoice.m2',
  571.    SIZE = '7088'
  572. * Install this file in the file directory
  573. *
  574. *
  575. *
  576. *
  577. *
  578.  
  579. * Define a file entry
  580. FILE
  581.    NAME = 'SALES',
  582.    WHEN = 'OUTOFDATE',
  583.    PWSPATH = 'AUX1',
  584.    UNPACK = 'YES',
  585.    SOURCE = 'DRIVE:SALES.M2_',
  586.    VOLUME = 'MESA2DISK2',
  587.    PWS = 'sales.m2',
  588.    SIZE = '25869'
  589. * Install this file in the file directory
  590. *
  591. *
  592. *
  593. *
  594. *
  595.  
  596. * Define a file entry
  597. FILE
  598.    NAME = 'TARIFFS',
  599.    WHEN = 'OUTOFDATE',
  600.    PWSPATH = 'AUX1',
  601.    UNPACK = 'YES',
  602.    SOURCE = 'DRIVE:TARIFFS.M2_',
  603.    VOLUME = 'MESA2DISK2',
  604.    PWS = 'tariffs.m2',
  605.    SIZE = '19509'
  606. * Install this file in the file directory
  607. *
  608. *
  609. *
  610. *
  611. *
  612.  
  613. * End: Mesa for OS/2 examples
  614.  
  615.  
  616. * Begin: Mesa for OS/2 example source code.
  617.  
  618. COMPONENT
  619.    NAME = 'Mesa 2 Example Programs Source Code',
  620.    ID = 'MESEXSRC',
  621.    REQUIRES = 'MESABASE',
  622.    DISPLAY = 'YES',
  623.    DESCRIPTION = 'The Mesa for OS/2 example source code.',
  624.    SIZE = '20000'
  625. * Define the name of the component as it will appear in the components
  626. * list
  627. *
  628. * Define an ID for this component
  629. *
  630. * Display this component in the components list?
  631. *
  632. *
  633. *
  634.  
  635. FILE
  636.    NAME = 'FEEDDEP',
  637.    WHEN = 'OUTOFDATE',
  638.    PWSPATH = 'AUX2',
  639.    UNPACK = 'YES',
  640.    SOURCE = 'DRIVE:feed.de_',
  641.    VOLUME = 'MESA2DISK2',
  642.    PWS = 'Feed/feed.Dep',
  643.    SIZE = '120'
  644. * Install this file in the file directory
  645. *
  646. *
  647.  
  648.  
  649.  
  650. FILE
  651.    NAME = 'FEEDCPP',
  652.    WHEN = 'OUTOFDATE',
  653.    PWSPATH = 'AUX2',
  654.    UNPACK = 'YES',
  655.    SOURCE = 'DRIVE:feed.cp_',
  656.    VOLUME = 'MESA2DISK2',
  657.    PWS = 'Feed/feed.cpp',
  658.    SIZE = '2830'
  659. * Install this file in the file directory
  660. *
  661.  
  662.  
  663.  
  664. FILE
  665.    NAME = 'FEEDDEF',
  666.    WHEN = 'OUTOFDATE',
  667.    PWSPATH = 'AUX2',
  668.    UNPACK = 'YES',
  669.    SOURCE = 'DRIVE:feed.df_',
  670.    VOLUME = 'MESA2DISK2',
  671.    PWS = 'Feed/feed.Def',
  672.    SIZE = '385'
  673. * Install this file in the file directory
  674. *
  675.  
  676. FILE
  677.    NAME = 'FEEDH',
  678.    WHEN = 'OUTOFDATE',
  679.    PWSPATH = 'AUX2',
  680.    UNPACK = 'YES',
  681.    SOURCE = 'DRIVE:feed.h_',
  682.    VOLUME = 'MESA2DISK2',
  683.    PWS = 'Feed/feed.h',
  684.    SIZE = '1485'
  685. * Install this file in the file directory
  686.  
  687.  
  688. FILE
  689.    NAME = 'FEEDMAK',
  690.    WHEN = 'OUTOFDATE',
  691.    PWSPATH = 'AUX2',
  692.    UNPACK = 'YES',
  693.    SOURCE = 'DRIVE:feed.ma_',
  694.    VOLUME = 'MESA2DISK2',
  695.    PWS = 'Feed/feed.mak',
  696.    SIZE = '564'
  697. * Install this file in the file directory
  698.  
  699.  
  700.  
  701. FILE
  702.    NAME = 'PAGERC',
  703.    WHEN = 'OUTOFDATE',
  704.    PWSPATH = 'AUX2',
  705.    UNPACK = 'YES',
  706.    SOURCE = 'DRIVE:PAGE.RC_',
  707.    VOLUME = 'MESA2DISK2',
  708.    PWS = 'Page/Page.RC',
  709.    SIZE = '306'
  710. * Install this file in the file directory
  711. *
  712. *
  713. *
  714. *
  715.  
  716.  
  717. FILE
  718.    NAME = 'OS2H',
  719.    WHEN = 'OUTOFDATE',
  720.    PWSPATH = 'AUX2',
  721.    UNPACK = 'YES',
  722.    SOURCE = 'DRIVE:os2h.h_',
  723.    VOLUME = 'MESA2DISK2',
  724.    PWS = 'Page/os2h.h',
  725.    SIZE = '1346'
  726. * Install this file in the file directory
  727. *
  728. *
  729. *
  730.  
  731.  
  732. FILE
  733.    NAME = 'PAGEDEP',
  734.    WHEN = 'OUTOFDATE',
  735.    PWSPATH = 'AUX2',
  736.    UNPACK = 'YES',
  737.    SOURCE = 'DRIVE:page.de_',
  738.    VOLUME = 'MESA2DISK2',
  739.    PWS = 'Page/page.Dep',
  740.    SIZE = '215'
  741. * Install this file in the file directory
  742. *
  743. *
  744.  
  745.  
  746.  
  747. FILE
  748.    NAME = 'PAGECPP',
  749.    WHEN = 'OUTOFDATE',
  750.    PWSPATH = 'AUX2',
  751.    UNPACK = 'YES',
  752.    SOURCE = 'DRIVE:page.cp_',
  753.    VOLUME = 'MESA2DISK2',
  754.    PWS = 'Page/page.cpp',
  755.    SIZE = '2205'
  756. * Install this file in the file directory
  757. *
  758.  
  759.  
  760.  
  761. FILE
  762.    NAME = 'PAGEDEF',
  763.    WHEN = 'OUTOFDATE',
  764.    PWSPATH = 'AUX2',
  765.    UNPACK = 'YES',
  766.    SOURCE = 'DRIVE:page.df_',
  767.    VOLUME = 'MESA2DISK2',
  768.    PWS = 'Page/page.Def',
  769.    SIZE = '416'
  770. * Install this file in the file directory
  771. *
  772.  
  773.  
  774.  
  775. FILE
  776.    NAME = 'PAGEMAK',
  777.    WHEN = 'OUTOFDATE',
  778.    PWSPATH = 'AUX2',
  779.    UNPACK = 'YES',
  780.    SOURCE = 'DRIVE:page.ma_',
  781.    VOLUME = 'MESA2DISK2',
  782.    PWS = 'Page/page.mak',
  783.    SIZE = '937'
  784. * Install this file in the file directory
  785. *
  786.  
  787. * End: Mesa for OS/2 example source code.
  788.  
  789.  
  790. * Begin: Mesa for OS/2 Documentation.
  791.  
  792. COMPONENT
  793.    NAME = 'Mesa 2 Online Documentation',
  794.    ID = 'MESADOC',
  795.    DISPLAY = 'YES',
  796.    DESCRIPTION = 'The Mesa for OS/2 on-line Documentation (for use with Bookreader).',
  797.    SIZE = '470000'
  798. * Define the name of the component as it will appear in the components
  799. * list
  800. *
  801. * Define an ID for this component
  802. *
  803. * Display this component in the components list?
  804. *
  805. * REQUIRES '',
  806. *
  807. *
  808.  
  809. * Define a file entry
  810. FILE
  811.    NAME = 'MESA2DOCINF',
  812.    WHEN = 'OUTOFDATE',
  813.    UNPACK = 'YES',
  814.    SOURCE = 'DRIVE:MESA2DOC.IN_',
  815.    VOLUME = 'MESA2DISK2',
  816.    EXITWHEN = 'INSTALL || UPDATE',
  817.    EXITIGNOREERR = 'NO',
  818.    EXIT = 'CREATEWPSOBJECT WPProgram "Mesa 2 Online Documentation" <MESA2> R   "PROGTYPE=PM;EXENAME=VIEW.EXE;OBJECTID=<MESDOC>;STARTUPDIR=%EPFIFILEDIR%;PARAMETERS=%EPFIFILEDIR%//mesa2doc.inf"',
  819.    PWS = 'Mesa2doc.inf',
  820.    SIZE = '462585'
  821. * Install this file in the file directory
  822. *
  823. *
  824. *
  825. *
  826. *
  827. * End: Mesa for OS/2 Documentation.
  828.  
  829. * End Mesa2.pkg
  830.  
  831.  
  832.